home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Agent Central Host Computer
/
Agent - Central Host Computer.iso
/
_SETUP.1
/
tableversions.ctl
< prev
next >
Wrap
Text File
|
2000-05-12
|
889b
|
39 lines
-- RCSVER $Id: tableversions.ctl,v 1.11 2000-03-21 15:00:18-06 randy Exp $ */
-- *************************************************************************
-- Copyright (C) 1998, Agent Systems, Inc. All Rights Reserved.
--
-- Name: tableversions.ctl
-- Date: 02/16/1999
-- memo: Randy Wood
-- Description: Load the data for the tableversions table.
-- Changes:
-- ********************************************************************** */
LOAD DATA
INFILE *
INTO TABLE tableversions
fields terminated by "|"
trailing nullcols
(
tablename,
version,
num_cols
)
begindata
ALARMSG.FBC|1|5|
BITDEF.FBC|1|2|
CDISP.FBC|1|6|
CURRENCY.FBC|2|5|
FARES.FBC|2|13|
MASTER.FBC|1|1|
NOLOG.FBC|1|1|
OCUCMND.FBC|1|3|
OCUKEYS.FBC|1|6|
PROMPTS.FBC|1|1|
ROUTE.FBC|3|9|
SOUND.FBC|1|2|
TUNING.FBC|1|3|
USER.FBC|1|4|
FARESET.FBC|1|3|
TOKEN.FBC|2|6|
TALLY.FBC|2|4|